home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / util / tked / errortools.lha / ErrorTools / Lattice_C / compile < prev    next >
Encoding:
AmigaDOS Script File  |  1992-12-11  |  330 b   |  17 lines

  1. .KEY Datei/A
  2. Echo "Compiling <Datei> ..."
  3. type env:sascopts
  4. cd LC:
  5. lc:lc >T:Err -L <Datei>
  6. Echo "Converting Error File ..."
  7. TKEd:CmdTools/LatticeErrToTKEd
  8. if warn
  9.   Echo "->Errors occured!*N"
  10. endif  
  11. Echo "Deleting temporary file ..."
  12. Delete T:Err
  13. Echo "Deleting compiler files ..."
  14. TKEd:CmdTools/DeleteLnk <Datei>
  15. Echo "Ready."
  16.  
  17.